lcPaint_PtbufAddLineP Home

Adds two points into a points buffer, using polar offset for second point.

 BOOL lcPaint_PtbufAddLineP (
   HANDLE hPtbuf,
   double X1,
   double Y1,
   double Angle,
   double Dist
 );

Parameters
hPtbuf
  Handle to points buffer.
X1 Y1
  First point coordinates.
Angle
  Angle from the first point.
Dist
  Distance from the first point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_PtbufAddLine